home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / forms / RCS / proto.h,v < prev    next >
Encoding:
Text File  |  1992-03-02  |  3.1 KB  |  186 lines

  1. head     1.8;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @ * @;
  7.  
  8.  
  9. 1.8
  10. date     92.03.02.15.32.57;  author bmiller;  state Exp;
  11. branches ;
  12. next     1.7;
  13.  
  14. 1.7
  15. date     91.02.09.13.24.52;  author ouster;  state Exp;
  16. branches ;
  17. next     1.6;
  18.  
  19. 1.6
  20. date     91.01.07.18.02.32;  author mottsmth;  state Exp;
  21. branches ;
  22. next     1.5;
  23.  
  24. 1.5
  25. date     90.01.12.12.03.25;  author douglis;  state Exp;
  26. branches ;
  27. next     1.4;
  28.  
  29. 1.4
  30. date     89.10.28.15.57.26;  author rab;  state Exp;
  31. branches ;
  32. next     1.3;
  33.  
  34. 1.3
  35. date     89.10.27.00.06.06;  author rab;  state Exp;
  36. branches ;
  37. next     1.2;
  38.  
  39. 1.2
  40. date     89.01.07.04.12.44;  author rab;  state Exp;
  41. branches ;
  42. next     1.1;
  43.  
  44. 1.1
  45. date     88.12.29.16.45.53;  author ouster;  state Exp;
  46. branches ;
  47. next     ;
  48.  
  49.  
  50. desc
  51. @@
  52.  
  53.  
  54. 1.8
  55. log
  56. @copyright year changed by bmiller.
  57. @
  58. text
  59. @/*
  60.  * header.h --
  61.  *
  62.  *    Declarations of ...
  63.  *
  64.  * Copyright 1992 Regents of the University of California
  65.  * Permission to use, copy, modify, and distribute this
  66.  * software and its documentation for any purpose and without
  67.  * fee is hereby granted, provided that this copyright
  68.  * notice appears in all copies.  The University of California
  69.  * makes no representations about the suitability of this
  70.  * software for any purpose.  It is provided "as is" without
  71.  * express or implied warranty.
  72.  *
  73.  * $Header: /sprite/lib/forms/RCS/proto.h,v 1.7 91/02/09 13:24:52 ouster Exp Locker: bmiller $ SPRITE (Berkeley)
  74.  */
  75.  
  76. #ifndef _HEADER
  77. #define _HEADER
  78.  
  79. /* constants */
  80.  
  81. /* data structures */
  82.  
  83. /* procedures */
  84.  
  85. #endif /* _HEADER */
  86. @
  87.  
  88.  
  89. 1.7
  90. log
  91. @Slight change to copyright notice.
  92. @
  93. text
  94. @d6 1
  95. a6 1
  96.  * Copyright 1991 Regents of the University of California
  97. d15 1
  98. a15 1
  99.  * $Header: /sprite/lib/forms/RCS/proto.h,v 1.6 91/01/07 18:02:32 mottsmth Exp Locker: ouster $ SPRITE (Berkeley)
  100. @
  101.  
  102.  
  103. 1.6
  104. log
  105. @Update copyright date
  106. @
  107. text
  108. @d9 2
  109. a10 2
  110.  * fee is hereby granted, provided that the above copyright
  111.  * notice appear in all copies.  The University of California
  112. d15 1
  113. a15 1
  114.  * $Header: /sprite/lib/forms/RCS/proto.h,v 1.5 90/01/12 12:03:25 douglis Exp Locker: mottsmth $ SPRITE (Berkeley)
  115. @
  116.  
  117.  
  118. 1.5
  119. log
  120. @changed copyright year
  121. @
  122. text
  123. @d6 1
  124. a6 1
  125.  * Copyright 1990 Regents of the University of California
  126. d15 1
  127. a15 1
  128.  * $Header: /sprite/lib/forms/RCS/proto.h,v 1.4 89/10/28 15:57:26 rab Exp Locker: douglis $ SPRITE (Berkeley)
  129. @
  130.  
  131.  
  132. 1.4
  133. log
  134. @*** empty log message ***
  135. @
  136. text
  137. @d6 1
  138. a6 1
  139.  * Copyright 1989 Regents of the University of California
  140. d15 1
  141. a15 1
  142.  * $Header: /sprite/lib/forms/RCS/proto.h,v 1.3 89/10/27 00:06:06 rab Exp Locker: rab $ SPRITE (Berkeley)
  143. @
  144.  
  145.  
  146. 1.3
  147. log
  148. @Added gcc `#pragma once' flag, so gcc knows the header file is idempotent.
  149. @
  150. text
  151. @d15 1
  152. a15 1
  153.  * $Header: /sprite/lib/forms/RCS/proto.h,v 1.2 89/01/07 04:12:44 rab Exp Locker: rab $ SPRITE (Berkeley)
  154. a19 4
  155.  
  156. #ifdef __GNUC__
  157. #pragma once    /* include only once */
  158. #endif
  159. @
  160.  
  161.  
  162. 1.2
  163. log
  164. @Put comments around trialing characters of #endif.
  165. @
  166. text
  167. @d15 1
  168. a15 1
  169.  * $Header: /sprite/lib/forms/RCS/proto.h,v 1.1 88/12/29 16:45:53 ouster Exp Locker: rab $ SPRITE (Berkeley)
  170. d20 4
  171. @
  172.  
  173.  
  174. 1.1
  175. log
  176. @Initial revision
  177. @
  178. text
  179. @d15 1
  180. a15 1
  181.  * $Header: proto.h,v 1.2 88/03/11 08:39:40 ouster Exp $ SPRITE (Berkeley)
  182. d27 1
  183. a27 1
  184. #endif _HEADER
  185. @
  186.